Skip to main content

longTouch

Type

message

Summary

Sent when the touch persists.

Syntax

on longTouch <pButton>, <pItemNumber>, <pItemProperties>

Description

The longTouch message is sent when the mouse click or touch continues for a long time (~ 300 ms) on the same image list item.

Parameters

NameTypeDescription

pButton

enum

Specifies which mouse button was pressed: One of the following items:

  • the left button on systems with a multi-button mouse and the mouse button on Mac OS systems with a single-button mouse.
  • the middle button on systems with a three-button mouse.
  • the right button on systems with a multi-button mouse and Control-click on Mac OS systems with a single-button mouse.

pItemNumber

integer

The number of the item that the long touch.

pItemProperties

array

The properties of the item that the long touch.

Compatibility and Support

OS

mac

windows

linux

ios

android

Platforms

desktop

mobile

web